home *** CD-ROM | disk | FTP | other *** search
- /* -*-C-*-
- *******************************************************************************
- *
- * File: EnhanceMail.h
- * RCS: $Header: /usr/local/lib/cvs/EnhanceMail/EnhanceMail.h,v 1.1.1.8 1996/04/08 22:30:47 cedman Exp $
- * Description:
- * Author: Carl Edman
- * Created: Fri Oct 13 11:48:24 1995
- * Modified: Mon Apr 8 11:09:43 1996 (Carl Edman) cedman@capitalist.princeton.edu
- * Language: C
- * Package: N/A
- * Status: Experimental (Do Not Distribute)
- *
- * (C) Copyright 1995, but otherwise this file is perfect freeware.
- *
- *******************************************************************************
- */
-
- #import <appkit/appkit.h>
- #import "MailApp.h"
-
- extern BOOL EnhanceControlP(void);
- extern BOOL EnhanceShiftP(void);
- extern BOOL EnhanceAlternateP(void);
-
- extern NXBundle *EnhanceBundle;
- extern char *EnhanceVersion;
-
- @interface EnhanceMail : MailDriver
- {
- }
- @end
-
- @interface Object(EnhanceMail)
- - changeClassTo:class;
- @end
-
- @interface Menu(EnhanceMail)
- - findCellWithTitle:(const char *)title;
- - addSlashItem:(const char *)title action:(SEL)sel keyEquivalent:(unsigned short)code;
- @end
-
- @interface ButtonCell(EnhanceMail)
- - (int)state;
- - setState:(int)anInt;
- @end
-